
========================== Installation ==========================

1. Install all files in "GTA V" folder to GTA V directory with the current folder structure.

If you've installed correctly:
DamageTrackerFramework.dll will be in plugins folder.
DamageTrackerLib.dll will be in the GTA V Directory.

========================== Devs ==========================

Use ONLY DamageTrackerLib.dll as a reference/depdendency NOT DamageTrackerFramework.dll. DamageTrackerFramework.dll is to be used as a plugin ONLY.

Documentation and Source Code: https://github.com/Variapolis/DamageTrackerFramework

Example Plugin Source Code: https://github.com/Variapolis/DamageTrackerExample

========================== Changelog ==========================
Changes with 2.0.0
    - Added Vehicle Damage Tracking (Special thanks to @ApparentlyRohan and @khorio for a lot of the work.)

Changes with 1.0.3
    - Updated version checker to use a more up-to-date and performant system (Special thanks to @khorio for most of the work.)

Changes with 1.0.2:
	- Fixed Log being spammed by unknown hashes. They are know logged once and cached.
	- Fixed Version not being logged correctly in the version check fails.

Changes with 1.0.1:
    - Fixed crash caused by Ped being deleted between ticks after 20-30 minutes of play.

Changes with 1.0:
    - Major Damage Tracker Rework to fix issues with non-lethal/less-than-lethal weapons.

Changes with 0.9.9:
    - Added Unknown hash tracking.
	- Added support for Cayo Perico and other latest DLC weapons.

Changes with 0.9.8:
    - Fixed minor crash caused by peds no longer existing.
	- Fixed minor crash caused by stopping DamageTrackerService when not running.
	- Added property for devs to check if DamageTrackerService is running.

Changes with 0.9.7:
    - Fixed Damage Coalescing bug where certain weapons like molotovs would give innacurate damage values.

Changes with 0.9.6:
    - Check For Version Mismatch in files.

Changes with 0.9.5:
    - Added Version Tracking.

Changes with 0.9.4:
	- Fixed bug where armour only damage was not tracked.
	
Changes with 0.9.3:

	- Added LSPDFR Example [Also included in Example Github]
	- Rebuilt files due to a weird crash (IDK don't ask)

Changes with 0.9.2:
	- Added Attacker information.

Changes with 0.9.1:
	- Fixed crash if plugin loads before or without Framework.